From 1991b65ccff0ddcc27e459935448f07580ac5d8a Mon Sep 17 00:00:00 2001 From: Michael Schumacher Date: Mon, 4 Sep 2006 22:16:09 +0000 Subject: [PATCH] have to link with libbabl.a, at least on the Windows platforms 2006-09-04 Michael Schumacher * extensions/Makefile.am: have to link with libbabl.a, at least on the Windows platforms --- ChangeLog | 5 +++++ extensions/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 415cc7b..c820d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-04 Michael Schumacher + + * extensions/Makefile.am: have to link with libbabl.a, at least on + the Windows platforms + 2006-08-31 Øyvind Kolås * extensions/.cvsignore: added Makefile.in diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 64bd496..e637339 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -2,7 +2,7 @@ # file babl_extensions if OS_WIN32 -win32_libs = -lgw32c -liberty -lole32 -luuid -lwsock32 +win32_libs = ../babl/.libs/libbabl.a -lgw32c -liberty -lole32 -luuid -lwsock32 no_undefined = -no-undefined endif -- 2.30.2